################################################################################
# ԶɵļҪ༭
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../config_set.c \
../debug_touch.c \
../init_mcu.c \
../kf8ts35_touch_g_cs.c \
../main.c 

OBJS += \
./config_set.o \
./debug_touch.o \
./init_mcu.o \
./kf8ts35_touch_g_cs.o \
./main.o 

C_DEPS += \
./config_set.dep \
./debug_touch.dep \
./init_mcu.dep \
./kf8ts35_touch_g_cs.dep \
./main.dep 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
	@echo 'ڹļ $<'
	@echo 'ڵã C Compiler'
	kf8cc -c -pKF8TS3514 -I"C:\ChipONCC\include" -I"E:\¬\Ϻ\\\Touch NewDemo V2.681ⷢ棩\10Vɧרó\soft\KF8TS_General_Touch_Demo_CS_3514_V1.1" -o"$@" "$<"
	@echo 'ѽ $<'
	@echo ' '


